| 1. | Elements used for data - driven testing 用于数据驱动测试的元素 |
| 2. | Provides data source - specific information for data - driven testing 为数据驱动测试提供数据源特定的信息。 |
| 3. | Specifies constants that indicate how data rows are accessed in data - driven testing 指定常数,这些常数指示如何在数据驱动测试中访问数据行。 |
| 4. | And lastname is the name of a valid column in the row associated with the current iteration of the data - driven test , lastname是以下行中某个有效列的名称,该行与数据驱动的测试的当前迭代关联。 |
| 5. | You can double - click any one of the rows in this table to see additional details about that iteration of the data - driven test 可以双击此表中的任意一行,查看有关数据驱动测试迭代的其他详细信息。 |
| 6. | The framework provides an entirely different approach , although it is often used in conjunction with one or more data - driven testing strategies 虽然框架通常与一个或一个以上的数据驱动测试策略一同使用,但它本身却提供了一种完全不同的方法。 |
| 7. | A data - driven test is a unit test that you configure to be called repeatedly for each row of a data source ; the data from each row is available to each successive run of the test as input data 数据驱动型单元测试是一种配置为针对数据源的每一行重复进行调用的单元测试;每一行中的数据都作为输入数据提供给每个后续的测试运行使用。 |
| 8. | This property contains information including the name of the unit test that is currently running , the deployment directory , the names of log files , and for data - driven testing , the database to which you are connected 此属性包含的信息包括:当前正在运行的单元测试的名称、部署目录、日志文件的名称;对于数据驱动型测试,还包括所连接到的数据库。 |